Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Group perception, No attribute was found for @{name|Perception}

I'm creating a macro where i can roll group perception in secret. But one of my players is having the "No attribute was found for @{Bloshi|Perception}" /w gm PERCEPTION {{ -- Throggy: [[d20+@{Throggy|Peerception}]] -- Bloshi: [[d20+@{Bloshi|perception}]] -- Dakota Darl: [[d20+@{Dakota Darl|Perception}]] }} Rolling perception works normal on Bloshi when I click it in his character sheet, nothing looks abnormal in the attributes under "perception"
What game are you playing and what character sheet are you using? For D&D 5E using the 'D&D 5E by Roll20' character sheet, the correct attribute is 'passive wisdom'.  I see that for 'Throggy' you have it spelled as 'Peerception' as well. Does this macro work for a single selected character? /w gm @{selected|character_name} Perception: @{selected|passive_wisdom} If so, then you need to make sure you include the character's name exactly when referencing them. Also make sure that you don't have multiple character sheets with the same name (as the attribute may get pulled from a different sheet) - double check any archived pages as well.
1699649310
Gauss
Forum Champion
To add to what Jarren wrote, I suggest double checking the character's name to make sure it doesn't have any hidden spaces in it. 
I was able to figure out an alternate macro, thanks for responding.